home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / telix.arc / FIDO.SCR < prev    next >
Encoding:
Text File  |  1986-05-15  |  644 b   |  24 lines

  1. . Sample Telix script file to log onto a Fido bbs
  2. .    Replace the pertinent info with your info.
  3.  
  4. . If Telix properly detects when you are connected then take out
  5. . the dots in front of the next two commands. This will make this file
  6. . runnable as a linked script and from with the Alt-S command.
  7.  
  8. . ifonline start
  9. . dial "entry number"
  10.  
  11. timeout 2 start         . send CR's until acknowledged
  12.  
  13. start:
  14. send "|~|"
  15. waitany
  16.  
  17. timeout 180 failed
  18.  
  19. waitfor "FIRST name:"                    . replace firstname, lastname,
  20. send "fistname;lastname|~|password|"     . and password with your info
  21. stop
  22.  
  23. failed:
  24. message "Logon failed"